<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top_bar {
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  width: 100%;
  overflow:hidden;
}
.top_bar&gt;.warpper{
  display:flex;
  justify-content: space-between;
}
.tb-left{
  font-size: 1.4rem;
  color: #999999;
  font-weight: lighter;
}
.tel{
  position:relative;
}
.tel:before{
  display:block;
  content: '';
  background:url("../images/telbg.png") no-repeat left center;
  position:absolute;
  left:0;
  top:0;
  width: 580px;
  height: 100%;
}
.tel&gt;div{
  margin-left:46px;
  position:relative;
  background:url("../images/tel.png") no-repeat left center;
  padding-left:38px;
  font-size: 1.4rem;
  color: #fff;
}
.tel&gt;div&gt;span{
  font-size: 2.4rem;
  font-weight: bold;
}


/*.indexbanner{*/
  /*width: 100%;*/
/*}*/
#banvideo{
  width: 100%!important;
  height:40.5vw!important;
}
/*.indexbanner .swiper-slide img{*/
  /*height: 100%;*/
/*}*/



.banner .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border:1px solid #fff;
  background:transparent;
  opacity:1;
}
.banner .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#2056a3;
  border:1px solid #2056a3;
}
.head{
  position:relative;
}
.head&gt;.warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
}
.logo&gt;img{
  max-width:404px;
}
.nav-bar{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-bar li a {
  position: relative;
  display: block;
  width: 102px;
  line-height: 42px;
  height: 42px;
  font-size: 1.6rem;
  color: #313131;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  overflow: hidden;
}
.nav-bar li a:hover,.nav-bar li.active a {
  background:#2056a3;
  color: #fff;
}
.downlist{
  position:absolute;
  left:0;
  width:100%;
  top:100%;
  z-index: 100;
  display:none;
  background:#004d96 url("../images/downbg.jpg") no-repeat center;
}
.downlist ul{
  display:flex;
  justify-content: space-between;
}
.downlist ul li{
  width: 25%;
  padding:5vw 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left:1px solid #3371ac;
  transition:350ms 0s all ease;
}
.downlist ul li:last-of-type{
  border-right:1px solid #3371ac;
}
.downlist ul li:hover{
  background: rgba(0, 0, 0, 0.2);
}
.downlist ul li&gt;h3{
  margin-bottom: 3vw;
}
.downlist ul li&gt;h3 a{
  font-size: 2rem;
  font-weight: bold;
  font-family: "alimama";
}
.downlist ul li&gt;div&gt;a{
  line-height: 60px;
  transition:350ms 0s all ease;
  color: #8eb6d9;
}
.downlist ul li&gt;div&gt;a:hover{
  background:#2aae67;
  color: #fff;
}
.downlist ul li a{
  color: #fff;
  display:block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  width:100%;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 2vw;
}







.banner{
  width: 100%;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}

/*hot*/
.hotbg{
  border-bottom:1px solid #e5e5e5;
  background:#fff;
}
.hot{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.hot_left span{
  font-size: 1.5rem;
  font-weight: lighter;
  color: #666666;
}
.hot_left a{
  font-size: 1.5rem;
  font-weight: lighter;
  color: #666666;
  margin-left:13px;
}
.hot_left a:hover{
  text-decoration: underline;
}
.searchshow{
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 20px;
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
  display:flex;
  align-items: center;
  justify-content: center;
}
.searchshow form{
  display:flex;
  align-items: center;
  justify-content: center;
}
.searchshow form input[type=text]{
  line-height: 42px;
  color: #999999;
  font-size: 1.4rem;
  width: 258px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchshow form input[type=text]::placeholder{
  color: #999999;
  font-size: 1.4rem;
}
.searchshow form input[type=submit]{
  width: 42px;
  height:42px;
  cursor: pointer;
  text-align: center;
  color: #666666;
  font-size: 14px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  background:#0050a5 url("../images/search.png") no-repeat center;
}
.searchshow form input[type=submit]:hover{
}

.img_jz{
  display: block;
  position: relative;
  overflow: hidden;
}
.img_jz img{
  position: absolute;
  margin:auto;
  top:0;
  height: 100%;
  left:0;
  right:0;
}

/*adv01*/
.adv01{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 175px;
}
.adv01 li{
  display:flex;
  align-items: center;
}
.adv01 li img{
  margin-right: 17px;
}
.adv01 li h4{
  font-size: 1.8rem;
  color: #000000;
}
.adv01 li small{
  font-size: 1.6rem;
  color: #666666;
}

/*company*/
.company{
  background:url("../images/map.jpg") no-repeat center;
  padding:4vw 0;
}
.com01{
 display:flex;
  justify-content: space-between;
  align-items: center;
}
.com_right{
  width: 49%;
  height: 420px;
}
.com_right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.com_left{
  width: 48%;
}
.title&gt;h1{
  font-size: 3.2rem;
  color: #282828;
  margin-top: -24px;
  position:relative;
}
.title&gt;h1 span{
  font-size: 3.2rem;
  color: #0050a5;
}
.title&gt;p{
  font-size: 5rem;
  color: #000000;
  opacity: 0.08;
  line-height: 31px;
  font-family: Impact;
  text-transform: uppercase;
}
.title&gt;span{
  font-size: 1.8rem;
  padding-bottom: 20px;
  color: #666666;
  display:block;
  background:url("../images/comleft.png") no-repeat left bottom;
}
.com_left&gt;small{
  font-size: 1.6rem;
  color: #666666;
  font-weight: lighter;
  line-height: 30px;
  display: block;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.comflex{
  display:flex;
  align-items: center;
  margin-top: 20px;
}
.comflex&gt;a:first-of-type{
  margin-right: 20px;
}
.btn_style{
  border:1px solid transparent;
  display:flex;
  align-items: center;
  line-height: 46px;
  width: 183px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.btn_style:hover{
  background:none;

}
.btn_style i{
  display: block;
  width: calc(100% - 46px);
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.btn_style span{
  display:block;
  width: 46px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}



.btn_bule{
  background:#0050a5;
}
.btn_bule&gt;span{
  background:#004894;
}
.btn_bule:hover{
  border:1px solid #0050a5;
}
.btn_bule:hover&gt;i{
  color: #0050a5;
}


.btn_green{
  background:#2aae67;
}
.btn_green&gt;span{
  background:#269c5c;
}
.btn_green:hover{
  border:1px solid #2aae67;
}
.btn_green:hover&gt;i{
  color: #2aae67;
}

.company&gt;ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4vw;
}
.company&gt;ul&gt;i{
  display:block;
  width: 2px;
  height: 60px;
  background:#ddd;
  opacity: 0.8;
}
.company&gt;ul&gt;i:last-of-type{
  display:none;
}
.company&gt;ul&gt;li{
  width: 270px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.company&gt;ul&gt;li div&gt;p{
  font-size: 1.6rem;
  color: #666666;
}
.company&gt;ul&gt;li div&gt;small{
  font-size: 4.6rem;
  line-height: 4.6rem;
  color: #333333;
  font-weight: bold;
}
.company&gt;ul&gt;li div&gt;small sub{
  font-size: 1.6rem;
  color: #666666;
  font-weight: normal;
  vertical-align: baseline;
}



/*indexpro*/
.indexproduct{
  padding-top: 3vw;
}
.indexpro_tit{
  display:flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #eeeeee;
}
.indexpro_tit .title span{
  background:none;
}
.inpro_href{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.inpro_href&gt;a{
  font-size: 1.5rem;
  color: #999999;
  border-radius: 21px;
  border:1px solid #999999;
  line-height: 44px;
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 27px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 20px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.inpro_href&gt;a:hover{
  background:#0050a5;
  border:1px solid #0050a5;
  color: #fff;
}
.mypro_cont{
  width:100%;
  position:relative;
  overflow: hidden;
}
.swiper-pro{
  width: 80%;
  margin-left:0;
  border-right: 2px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
}
.swiper-pro .swiper-slide{
  display:flex;
  justify-content: space-between;
  padding:3vw 0;
  padding-right: 3vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}
.swiper-pro .swiper-slide:after{
  display:block;
  width:100%;
  height: 100%;
  background:#fff;
  content: '';
  position:absolute;
  left:0;
  top:0;
  opacity: 0.6;
}
.swiper-pro .swiper-slide-active:after {
  display:none;
}
.inpro_text{
  width: 43%;
}
.swiper-pro .swiper-slide&gt;b{
  width: 55%;
  height: 468px;
  background:#f9f9f9;
  display:block;
}
.swiper-pro .swiper-slide&gt;b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.inpro_text&gt;span{
  font-size: 1.8rem;
  color: #fff;
  padding:5px 17px;
  background:#0050a5;
  border-radius: 0 0 18px 0;
}
.inpro_text&gt;p{
  font-size: 2.8rem;
  color: #282828;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 34px;
  margin-bottom: 2vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  background:url("../images/comleft.png") no-repeat left bottom;
}
.inpro_text&gt;small{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.5rem;
  color: #737373;
  font-weight: lighter;
}
.inpro_text&gt;div{
  margin-top: 3vw;
}
.inpro_text&gt;div&gt;a{
  margin-top: 20px;
}

.mypro_cont .swiper-button-next:after,.mypro_top .swiper-button-prev:after{
  display:none;
}
.mypro_cont .swiper-button-next{
  right:-23px;
  width: 47px;
  height: 47px;
  bottom:calc(48% - 47px);
  border-radius: 50%;
  background:#ececee url("../images/projt_r.png") no-repeat center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mypro_cont .swiper-button-prev{
  left:initial;
  right:-23px;
  top:calc(48% - 47px);
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background:#ececee url("../images/projt_l.png") no-repeat center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mypro_cont .swiper-button-next:hover,.swiper-case .swiper-button-next:hover{
  background:#0050a5 url("../images/projt_rs.png") no-repeat center;
}
.mypro_cont .swiper-button-prev:hover,.swiper-case .swiper-button-prev:hover{
  background:#0050a5 url("../images/projt_ls.png") no-repeat center;
}

/*video*/
.video{
  width:100%;
  position:relative;
  height: 43vw;
  display:flex;
  align-items: center;
  justify-content: center;
}
#videoshow{
  position:absolute;
  left:0;
  top:0;
  width: 100%!important;
  height: 100%!important;
}
.jw-skin-bce .jw-controlbar{
  width: 100%;
}

.video&gt;img{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  object-fit: cover;
}
.video_text{
  position:relative;
}
.video_text&gt;img{
  margin:0 auto;
  margin-bottom: 10px;
}
.video_text&gt;h3{
  color: #fff;
  text-align: center;
  font-size: 4.8rem;
}
.circleBox {
  position: relative;
  width: 71px;
  height: 71px;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 2vw;
}
.circleBox .circle{
  background:url("../images/videoicon.png") no-repeat center;
}
.circle, .circle1, .circle2, .circle3  {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.circle1, .circle2, .circle3  {
  animation-name: circleChange;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circle1 {
  animation-delay: 0s;
}
.circle2 {
  animation-delay: 1s;
}
.circle3 {
  animation-delay: 2s;
}

@keyframes circleChange{
  0%{transform:translate(-50%,-50%) scale(1);opacity: 0.95;}
  25%{transform:translate(-50%,-50%) scale(1.2);opacity: 0.75;}
  50%{transform:translate(-50%,-50%) scale(1.4);opacity: 0.5;}
  75%{transform:translate(-50%,-50%) scale(1.5);opacity: 0.25;}
  100%{transform:translate(-50%,-50%) scale(1.6);opacity: 0.05;}
}


/*case*/
.casebg{
  width: 100%;
  overflow:hidden;
  padding:4vw 0;
}
.casebg&gt;.title{
  text-align: center;
}
.casebg&gt;.title&gt;span{
  background:url("../images/comleft.png") no-repeat center bottom;
}
.case{
  margin-top: 3vw;
}
 .swiper-case{
   width: 960px;
   height: 560px;
   margin:0 auto;
   position:relative;
 }
.swiper-case a{
  display:block;
  width:100%;
  height: 100%;
  position:relative;
  overflow:hidden;
}
.swiper-case a&gt;img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-case a&gt;div{
  width:100%;
  position:absolute;
  left:0;
  bottom:0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent);
  background: -webkit-linear-gradient(90deg,rgba(0, 0, 0, 0.9),transparent);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 0;
}
.swiper-case .swiper-slide-active a&gt;div {
  opacity: 1;
}
.swiper-case a&gt;div&gt;h4{
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.swiper-case a&gt;div&gt;small{
  display:block;
  font-size: 1.6rem;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow:hidden;
  color: #fff;
}

.caseflex{
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
}
.caseflex&gt;a:first-of-type{
  margin-right: 20px;
}
.swiper-case .swiper-button-next{
  right:-120px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background:#ececee url("../images/projt_r.png") no-repeat center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.swiper-case .swiper-button-prev{
  left:-120px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background:#ececee url("../images/projt_l.png") no-repeat center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}


/*indexform*/
.indexform{
  background:url("../images/indexformbg.jpg") no-repeat center;
  background-size:cover;
  padding:4vw 0;
}
.indexform .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.indexform_left{
  width: 65%;
}
.indexform_left .title p{
  color: #fff;
  opacity: 0.08;
}
.indexform_left .title h1{
  color: #fff;
}
.indexform_left .title h1&gt;span{
  color: #2aae67;
}
.indexform_left .title&gt;span{
  color: #fff;
  background: url(../images/comlefts.png) no-repeat left bottom;
}
.indexform_left&gt;ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:3vw;
}
.indexform_left&gt;ul li{
  width:47%;
  display:flex;
  align-items: center;
  margin-bottom: 3vw;
}
.indexform_left&gt;ul li&gt;div{
  margin-left: 27px;
}
.indexform_left&gt;ul li&gt;div&gt;h4{
  font-size: 2.4rem;
  color: #fff;
}
.indexform_left&gt;ul li&gt;div&gt;small{
  display:block;
  margin-top: 0.6vw;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.6;
}
.indexform_tel{
  display:flex;
  align-items: center;
}
.indexform_tel&gt;div{
  background:url("../images/tel_form.png") no-repeat left center;
  padding-left:57px;
  margin-right: 50px;
}
.indexform_tel&gt;div&gt;p{
  font-size: 1.5rem;
  font-weight: lighter;
  color: #fff;
  opacity: 0.6;
}
.indexform_tel&gt;div&gt;h2{
  font-size: 3rem;
  line-height: 26px;
  color: #fff;
}
.btnicon2&gt;i{
  background:url("../images/msgicon.png") no-repeat 20px center;
  padding-left:48px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btnicon2:hover{
  background:#fff;
}
.btnicon2:hover&gt;i{
  background:url("../images/msgicons.png") no-repeat 20px center;
}

.indexform_right{
  width: 30%;
  background:#fff;
  padding:2vw 1vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.indexform_right&gt;h3{
  font-size: 3rem;
  color: #0050a5;
  text-align: center;
}
.indexform_right&gt;p{
  text-align: center;
  font-size: 1.6rem;
  color: #666666;
  margin-bottom: 20px;
}

#indexform textarea,#indexform input{
  display:block;
  background:#f2f4f6;
  border-radius: 6px;
  font-size: 1.4rem;
  color: #a8a8a8;
  font-weight: lighter;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:13px;
  margin-bottom: 10px;
  border:none;
}
#indexform textarea::placeholder,#indexform input:placeholder{
  font-size: 1.4rem;
  color: #a8a8a8;
  font-weight: lighter;
}
#indexform textarea{
  height: 96px;
}
#indexform&gt;div{
  display:flex;
  justify-content: space-between;
}
#indexform .code{
  display:flex;
  align-items: center;
  width: calc(98% - 100px);
  border-radius: 6px;
  overflow:hidden;
  background:#f2f4f6;
}
#indexform .code input{
  margin-bottom: 0;
}
#indexform .code .verify{
  height: 48px;
}
#indexform .code .verify img{
  height: 100%;
}
#indexform .submit{
  width: 100px;
  background:#0050a5;
  line-height: 48px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-weight: lighter;
  transition:350ms 0s all ease;
}
#indexform .submit:hover{
  background:#2aae67;
}
.indexform_right&gt;small{
  display:block;
  width:100%;
  font-size: 1.5rem;
  color: #999999;
  font-weight: lighter;
  text-align: center;
  margin-top: 1.5vw;
}
.indexform_right&gt;h4{
  text-align: center;
  font-size: 2.8rem;
  color: #0050a5;
}










/*product*/
.product{
  border-top:12px solid #1a58a5;
  padding-bottom:57px;
  background: #eeeeee;
}
.pro_left{
  float:left;
  width: 255px;
}
.pro_left_top{
  position: relative;
}
.pro_left_top:before{
  position: absolute;
  right:0;
  top:0;
  display: block;
  content: '';
  width:700px;
  height: 92px;
  background: #1a58a5;
}
.pro_left_top&gt;div{
  position: relative;
  height: 92px;
  background: url("../images/proicon.png") no-repeat 200px center;
}
.pro_left_top h3{
  padding-top:15px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.pro_left_top small{
  color: #83acdf;
  text-transform: uppercase;
  font-size: 12px;
}
.pro_left_mid{
  background: #fff;
  padding:10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height:450px;
}
.pro_left_mid a{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:28px;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 38px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_left_mid a:hover,.pro_left_mid a.hight_linght{
  color: #fff;
  background: #1a58a5;
}
.pro_left_bottom{
  background: #1a58a5;
  text-align: center;
  height: 89px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:20px;
}
.pro_left_bottom&gt;small{
  font-size: 14px;
  color: #fff;
}
.pro_left_bottom&gt;h4{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.tit_top{
  display:flex;
  justify-content: center;
  align-items: center;
}
.tit_top a{
  display:block;
  width:196px;
  line-height: 66px;
  background:#f0f0f0;
  text-align: center;
  color: #202020;
  font-size: 18px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  margin:0 15px;
}
.tit_top a:hover{
  background:#2056a3;
  color: #fff;
}
.pro_right{
  float:right;
  width: 917px;
}
.pro_left_tit{
  background:#034898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 40px;
}
.pro_left_tit&gt;h2{
  color: #fff;
  font-size: 24px;
}
.pro_left_tit&gt;small{
  color: #fff;
  text-transform: uppercase;
}
.pro_rig_top{
  float:left;
  width:260px;
  padding-bottom: 20px;
}

.pro_rig_top&gt;a{
  display:block;
  margin-right: 11px;
  font-size: 16px;
  color: #3d3d3d;
  background: #f1f1f1;
  width: 100%;
  height: 50px;
  margin-bottom: 11px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_rig_top&gt;a:nth-of-type(4n){
  margin-right: 0;
}
.pro_rig_top&gt;a:hover{
  background: #113870;
  color: #fff;
}
.pro_rig_top&gt;a.hight_linght{
  background: #113870;
  color: #fff;
}


.pro_rig_bot a{
  float:left;
  background: #fff;
  display: block;
  margin-right:20px;
  margin-bottom:20px;
  width: 292px;
  height: 270px;
  position: relative;
}
.pro_rig_bot a:nth-of-type(3n){
  margin-right: 0;
}
.pro_rig_bot a b{
  width:100%;
  height: 100%;
  border:1px solid #ddd;
}
.pro_rig_bot a b img{width:100%;height: 100%;    object-fit: cover;}
.pro_rig_bot a p{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  line-height: 47px;
  background: rgba(0, 0, 0, 0.63);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_rig_bot a:hover p{
  background: #003f98;
}




/*news*/
.newsbg{
  padding:4vw 0;
}
.indexnewstit{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
}
.indexnewstit&gt;a{
  display:block;
  border-radius: 22px;
  border:1px solid #999999;
  width: 160px;
  line-height: 44px;
  text-align: center;
  font-size: 1.5rem;
  color: #999999;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.indexnewstit&gt;a:hover{
  background:#2aae67;
  border:1px solid #2aae67;
  color: #fff;
}

.news{
  display:flex;
  justify-content: space-between;
}
.news&gt;a{
  width: 420px;
}
.news_left_top{
  background:#0050a5 url("../images/newsicon.png") no-repeat right bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:36px;
}
.news_left_top&gt;h4{
  font-size: 2.2rem;
  color: #fff;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_left_top&gt;p{
  color: #fff;
  font-size: 2rem;
}
.news_left&gt;b{
  display:block;
  width:100%;
  height: 232px;
  position:relative;
  overflow:hidden;
}
.news_left&gt;b&gt;img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_left&gt;small{
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: lighter;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.news_left:hover&gt;small{
  color: #0050a5;
}


.newsul{
  width: calc(97% - 420px);
}

.newsul&gt;a{
  width: 100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  border-bottom: 1px solid #dddddd;
  display:flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:1.5vw 0;
}
.date{
  width: 120px;
  text-align: center;
}
.date&gt;h5{
  font-size: 4.7rem;
  color: #999999;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 8px;
 -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.date&gt;small{
  font-size: 1.8rem;
  color: #999999;
   -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news a:hover .date h5,.news a:hover .date small{
  color: #0050a5;
}
.news_text{
  width: calc(98% - 120px);
}
.news_text h4{
  font-weight: normal;
  font-size: 2.2rem;
  color: #666666;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  margin-bottom: 12px;
}
.news_text small{
  display:block;
  font-size: 1.6rem;
  color: #666666;
  line-height: 30px;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


.newsul&gt;a:hover{
  border-bottom: 1px solid #0050a5;
}
.newsul&gt;a:hover h4{
  font-weight: bold;
  color: #0050a5;
}
.newsul_tit{
  display:flex;
  align-items: center;
}
.newsul_tit&gt;a{
  position:relative;
  margin-right:4vw;
  padding-left:20px;
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2rem;
  color: #666666;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.newsul_tit&gt;a:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:50%;
  width: 2px;
  height: 18px;
  background:#aaaaaa;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.newsul_tit&gt;a:hover:before{
  background:#0050a5;
  width:4px;
}
.newsul_tit&gt;a:hover{
  color: #0050a5;
}


/*footer*/
.footer{
  background:url("../images/fotbg.jpg") no-repeat center;
  background-size:cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:2.5vw;
}
.fot_topbg{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}
.fot_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.fot_top&gt;a{
  width: 397px;
  display:block;
}
.fot_top&gt;a img{
  max-width: 100%;
}
.fot_top&gt;div{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.fot_top&gt;div&gt;a{
  width: 140px;
  color: #fff;
  margin-left: 20px;
  font-size: 1.5rem;
  line-height: 42px;
  background:#014fa2;
  display:flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_top&gt;div&gt;a&gt;span{
  margin-right: 10px;
}
.fot_top&gt;div&gt;a:hover{
  background:#2aae67;
}

.fot_mid{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.fot_mid_left{
  display:flex;
  align-items: center;
}
.fot_mid_left&gt;img{
  width: 103px;
  margin-right: 16px;
}
.fot_mid_left&gt;ul li{
  font-weight: lighter;
  line-height: 36px;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.6);
}
.fot_mid_right&gt;div{
  background:url("../images/fottel.png") no-repeat right center;
  padding-right:60px;
}
.fot_mid_right&gt;div&gt;h3{
  font-size: 3.2rem;
  color: #2aae67;
  text-align: right;
}
.fot_mid_right&gt;div&gt;p{
  text-align: right;
  font-size: 1.5rem;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.6);
}
.fot_mid_right&gt;small{
  padding:7px 15px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
}



.fot_bot{
  background: rgba(0, 0, 0, 0.4);
  line-height: 70px;
  height: 70px;
  overflow: hidden;
  margin-top: 3vw;
}
.fot_bot .warpper&gt;p{
  float:left;
  font-size: 1.4rem;
  color: #999999;
  font-weight: lighter;
}
.fot_bot .warpper&gt;a{
  float:right;
  font-size: 1.4rem;
  color: #999999;
  font-weight: lighter;
}
.fot_bot .warpper a:hover{
  color: #fff;
}




/*float window*/
.float_box{
  position: fixed;
  top:60%;
  right:0px;
  z-index: 100;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
/*.float_boxfix{*/
/*right:-52px;*/
/*}*/
.float_box&gt;div.float06{
  position: absolute;
  top:0;
  right:0px;
  z-index: 8;
  -webkit-transition: 350ms 300ms all ease;
  -moz-transition: 350ms 300ms all ease;
  -ms-transition: 350ms 300ms all ease;
  -o-transition: 350ms 300ms all ease;
  transition: 350ms 300ms all ease;
}
.float_boxfix&gt;div.float06{
  right:80px;
}
.float_box&gt;div{
  cursor: pointer;
  margin-bottom:1px;
  position: relative;
  width:50px;
  height: 50px;
}
.float_box&gt;div&gt;b{
  display:block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: #034898;
  box-shadow: 0 3px 7px rgba(0,0,0,0.15);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box&gt;div&gt;div{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float01 b{  background:#fff url("../images/float01.png") no-repeat center;}
.float02 b{  background:#fff url("../images/float06.png") no-repeat center;}
.float03 b{  background:#fff url("../images/float03.png") no-repeat center;}
.float04 b{  background:#fff url("../images/float04.png") no-repeat center;}
.float05 b{  background:#fff url("../images/float05.png") no-repeat center;}

.float_box&gt;div:hover b{
  background-color:#64acff;
}

.float03&gt;div{
  border-radius: 5px;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:8px;
  background: #64acff;
  right:calc(100% + 20px);
  opacity: 0;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
  visibility: hidden;
}
.float03:hover&gt;div{
  right:calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.float03&gt;div&gt;img{
  width:100%;
  height: 100%;
}

.float02&gt;div,.float04&gt;div{
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #64acff;
  right:1px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  z-index: 8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.float02&gt;div a{
  color: #fff;
  font-size: 18px;
}
.float02:hover&gt;div{
  width: 385px;
  height: 50px;
}
.float04:hover&gt;div{
  width: 233px;
  height: 50px;
}
.float_box&gt;div.float05{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box&gt;div.float05show{
  opacity: 1;
  visibility: visible;
}


.qqkf a{
  background:url(../images/qqkf.png) no-repeat left center;
  float:left;
  display:block;
  width: 45px;
  height: 45px;
  color: #fff;
  padding-left:30px;
}



.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}</pre></body></html>